home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / applications / patch / ttx-topscreen.lha / Source / smakefile < prev    next >
Encoding:
Makefile  |  1994-12-03  |  280 b   |  20 lines

  1. #
  2. # Makefile automatically generated by MKMK V6.51 on Jan 11 1994 at 08:59:51
  3. #
  4.  
  5. OBJS= TopScreen.o
  6.  
  7. TopScreen: $(OBJS)
  8.    sc link to TopScreen with <<
  9. $(OBJS)
  10. <
  11.  
  12. TopScreen.o: TopScreen.c
  13.  
  14. clean:
  15.     Delete TopScreen.lnk TopScreen.o TopScreen.info
  16.  
  17. clobber:    clean
  18.         Delete TopScreen
  19.  
  20.